* {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
.click {
  cursor: pointer;
}
li {
  list-style: none;
}
.w {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10px;
}
.navbar-default {
  background-color: #fff!important;
  /* box-shadow: 5px 5px 20px 0 rgba(51,51,51,.15); */
  border: none!important;
  /* border-bottom: 5px solid #4bb038!important; */
}
.nav_w {
  position: relative;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10px ;
}
.nav_w .container-fluid {
  padding-right: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
}
.right_icon{
  float: right;
  line-height: 90px;
}
.right_icon ul li{
  float: left;
  margin: 0 10px;
}
.right_icon ul li a{
  color: #333;
}
.right_icon ul li a img{
  height: 32px;
}
header .rightnav .navbar-right li .zyflg .add_more{
  width: 15px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 20px;
}
header .navbar-header {
  margin: 0!important;
}
header .navbar-header .navbar-brand {
  padding: 0;
}
header .rightnav {
  width: 100%;
  float: left;
  position: absolute;
  right: 0;
}
header .rightnav .dropdownlist:hover {
  display: block;
}
header .rightnav a {
  color: #333;
  font-size: 16px;
}
header .rightnav .navbar-right {
  width: 100%;
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
header .rightnav .navbar-right .active {
  color: #333;
}
header .rightnav .navbar-right>li {
  cursor: pointer;
  margin: 0 2.5%;
  position: static;
}
header .rightnav .navbar-right>li:last-child{
  margin-right: 0;
}
header .rightnav .navbar-right li .icodp {
  font-weight: bold;
  color: #333;
}
header .rightnav .navbar-right li:hover {
  color: #333;
}
.navbar {
  margin: 0 !important;
  padding:0;
  min-height: 132px!important;
}
.xmban,
.xmban img{
  width: 100%;
  overflow: hidden;
}
.router{
  background-color: #f5f5f5;
}
.log{
  float: left;
  position: relative;
  z-index: 9;
  top: 15px;
}
.log img{
  height: 60px;
}
.zyflg .nav_t:hover{
  color: #4bb038;
}
.active .zyflg .nav_t{
  color: #4bb038;
}
.breadcrumb>li a{
  color: #999;
  font-size: 12px;
}
.top_box{
  width: 100%;
  overflow: hidden;
  background: #4bb038;
  color: #fff;
  padding: 4px 0;
}
.nav_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.nav_top .search_box{
  display: flex;
  align-items: center;
}
.nav_top .search_box form{
  display: flex;
  margin: 0 15px 0 0;
}
.nav_top .search_box form>input{
  width: 185px;
  height: 28px;
  padding: 0 5px;
  border: 0;
  outline: none;
  color: #666;
}
.nav_top .search_box form>button{
  width: 42px;
  outline: none;
  height: 28px;
  border: 0;
  border-left: 0;
  background: #fff;
}
.nav_top .search_box form>button img{
  width: 20px;
}
.nav_top .search_box .language img{
  height: 25px;
}
/* footer开始 */
.footer{
  width: 100%;
  overflow: hidden;
  padding: 60px 0 0;
  background: #eeeeef;
  margin-top: 70px;
}
.footer .w{
  display: flex;
  justify-content: space-between;
}
.foot_sea{
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffff;
  margin-bottom: 50px;
}
.footer .foot_sea .w {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .foot_sea .w div{
  font-size: 20px;
  color: #666666;
  margin-right: 60px;
}
.foot_sea form{
  position: relative;
  display: flex;
}
.foot_sea form input{
  border: 0;
  background: transparent;
  border-bottom: 2px solid #878d91;
  line-height: 50px;
  width: 320px;
  font-size: 16px;
  outline: none;
}
.foot_sea form button{
  background: transparent;
  border: 2px solid #878d91;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  outline: none;
}
.foot_sea form button img{
  width: 36px;
  margin: auto;
}
.foot_sea form button .ser_pic_hover{
  display: none;
}
.foot_sea form button:hover {
  border: 2px solid #4bb038;
}
.foot_sea form button:hover .ser_pic{
  display: none;
}
.foot_sea form button:hover .ser_pic_hover{
  display: block;
}
.foot_sea form .bar{
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 43.2%;
  transform: translate(-50%,-43.2%);
  background: #4bb038;
  transition: 0.4s ease;
}
.foot_sea form input:focus ~ .bar{
  width:320px;
}
.footer .w ul p{
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  color: #666666;
}
.footer .w ul p span{
  color: #4bb038;
  margin-right: 8px;
  font-size: 23px;
}
.footer .w ul p .icon-diqiu1,
.footer .w ul p .iicon-luxianchaxun{
  font-size: 25px;
}
.footer .w ul h3{
  font-size: 16px;
  margin: 0 0 15px;
  color: #666666;
  font-weight: bold;
}
.footer .w ul li{
  line-height: 34px;
  color: #666666;
}
.footer .w ul li span {
  font-size: 22px;
  margin-right: 10px;
}
.footer .w ul li .icon-diqiu{
  position: relative;
  top: 3px;
  font-size: 24px;
}
.footer .w ul li a{
  color: #666666;
  transition: all 0.5s;
}
.footer .w ul li a:hover{
  color:#4bb038;
}
.footer .w ul:last-child li{
  display: flex;
  justify-content:space-between;
}
.footer .w ul:last-child li img{
  width: 140px;
  margin-top: 10px;
}
.footer .w ul:last-child li img:last-child{
  margin-left: 10px;
}
.copyright{
  padding: 15px 0;
  color: #888888;
  text-align: center;
  border-top: 1px solid #ffff;
  margin-top: 40px;
}
.copyright .w{
  align-items: center;
}
.copyright .w img{
  height: 48px;
}
.copyright .w div{
  text-align: right;
}
.copyright .w div p{
  font-size: 13px;
  line-height: 26px;
  margin: 0;
}
.copyright a{
  color: #888888;
}
/* foote结束 */
.fb_title{
  line-height: 48px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px dashed #d4d4d4;
  transition: all 0.8s;
  cursor: pointer;
}
.fb_title a{
  color: #333;
  font-size: 15px;
  padding-left: 6px;
}
.fb_title .txyj{
  font-size: 20px;
  position: absolute;
  right: 15px;
}
.fb_title:hover{
  background: #4bb038;
}
.fb_title:hover span,
.fb_title:hover a{
  color: #fff;
}
.modal-title {
  font-weight: bold;
}
.modal-body p{
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 0;
}
.modal-body img{
  width: 150px;
}
@media(max-width:1250px){
  header .rightnav .navbar-right>li {
    margin: 0 2%;
  }
}
@media(max-width:1060px){
  header .rightnav .navbar-right>li {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  .tk_banner {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 9;
    left: 0;
    display: none;
    padding: 50px 10px 20px;
    width: 98%;
  }
  .tk_banner::before{
    background-color: #f3f3f3;
    content: "";
    display: block;
    height: 100%;
    left: 50.4%;
    margin-left: -50vw;
    position: absolute;
    top: 27px;
    width: 100vw;
    z-index: -1;
  }

  .tk_banner ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    float: left;
  }
  .tk_banner ul .tk {
    width: 28%;
    border-bottom: 1px dashed #bdbdbd;
    padding: 22px 0;
    margin: 12px 0;
  }
  .navlist_cont{
    width: 35%;
    float: right;
  }
  .navlist_cont h5{
    font-size: 16px;
    color: #333;
  }
  .navlist_cont p span{
    font-size: 25px;
    margin-right: 10px;
  }
  .navlist_cont p .icon-dianhua1{
    font-size: 22px;
  }
  .navlist_cont p .icon-icon_sign_email{
    font-size: 16px;
  }
  .navlist_cont p{
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
  }
  .tk_banner ul .tk a{
    font-size: 14px;
    display: block;
    transition: all 0.8s;
  }
  .tk_banner ul .tk a:hover{
    color: #4bb038;
  }
  .tk_banner ul .tk a span{
    transform: rotate(-90deg);
    float: right;
    font-size: small;
    position: relative;
    top: 4px;
  }
}

@media (max-width: 768px) {
  /* 头部 */
  .nav_w {
    position: relative;
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .navbar-toggle{
    margin-right: 5px!important;
  }
  .right_icon {
    position: absolute;
    top: -20px;
    right: 60px;
  }
  .navbar {
    margin: 0 !important;
    padding:0;
  }
  .rightnav {
    width: 106%!important;
    position: absolute!important;
    right: -9px;
    top: 58px;
    background: #1f1f1fe8;
    border: 0;
    z-index: 100005!important;
    margin: 0!important;
  }
  .navbar-collapse{
    max-height:750px!important;
  }
  header .rightnav a {
    color: #fff;
    font-size: 15px;
  }
  header .rightnav .navbar-right li:nth-child(4) .zyflg .add_more,
  .navlist_cont,
  header .rightnav a span{
    display: none!important;
  }
  header .rightnav .navbar-right {
    width: 100% !important;
    line-height: 34px !important;
    margin: 0;
    overflow: hidden;
    display: block;
  }
  .log {
    flex-basis: 150px;
    max-width: 150px;
    width: 150px;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    height: auto;
    z-index: 150;
  }
  .log img{
    width: auto;
    margin: 7px 10px;
    height: 44px;
  }
  .top_box{
    padding: 0;
  }
  .nav_top {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    top: 0;
  }
  .top_text{
    width: 100%;
    margin-bottom: 5px;
  }
  .nav_top .search_box{
    width: 100%;
  }
  .nav_top .search_box form {
    display: flex;
    margin: 0 15px 0 0;
    width: 70%;
  }
  .nav_top .search_box form>input {
    width: 90%;
    height: 28px;
    padding: 0 5px;
    border: 0;
    outline: none;
    color: #666;
  } 
  .nav_top .language{
    width: 28%;
  } 
  .nav_top>form {
    display: flex;
    margin: 0;
    width: 74%;
  }
  #navb li{
    line-height: 52px!important;
    cursor: pointer;
    width: 100%!important;
    text-align: center;
  }
  .zyflg {
    z-index: 101;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f7f7f74a;
    padding:0px;
    margin: 0!important;
  }
  .tk_banner {
    z-index: 9999;
    top: 0;
    right: 0;
    display: none;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  .tk_banner .row {
    display: block;
    overflow: hidden;
    top: 0 !important;
    right: 4px !important;
  }
  .tk_banner .w {
    position: relative;
    width: 99%;
    right: -8px;
    top: 0;
    overflow: hidden;
    text-align: left;
  }
  .tk_banner .zyfwq {
    width: auto;
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
  }
  .tk_banner .zyfwq .cpjs ul {
    overflow: hidden;
  }
  .tk_banner .zyfwq .cpjs ul .tk {
    padding: 0;
    width: 100%;
  }
  .xmban img {
    width: auto!important;
    height: 180px;
    transform: translateX(-50%);
    margin-left: 50%;
  }
  #search_box {
    width: 100%;
    top: 75px;
    padding: 30px 10px;
  }
  #search_box input::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    font-size:16px;
    font-weight: 300;
    color: #666;
  } 
  #search_box input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    font-size:16px;
    font-weight: 300;
    color: #666;
  } 
  #search_box input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    font-size:16px;
    font-weight: 300;
    color: #666;
  }
  #search_box form input {
    width: 81%;
    height: 46px;
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal
  }
  #search_box form button {
    width: 19%;
    background: #086fa7;
    color: #fff;
    border: none;
    outline: none;
    height: 46px;
    margin-left: -5px;
    border-radius: 0;
    top: 0;
  }
  #search_box form button span {
    font-size: 36px;
    color: #ffffff;
  }
  /* footer */
  .footer {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 0;
    background: #f6f6f6;
    margin-top: 40px!important;
  }
  .footer .w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .footer .foot_sea .w div{
    display: none;
  }
  .foot_sea {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffff;
    margin-bottom: 0;
  }
  .footer .w ul p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
  .footer .w ul {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer .w ul:nth-of-type(3){
    width: 100%;
  }
  .footer .w ul li,
  .footer .w ul li a{
    line-height: 32px;
    color: #666;
  }
  .footer .w ul h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .foot_cxm{
    width: 100%!important;
  }
  .footer .w ul:last-child .ewm {
    display: flex;
    justify-content: normal;
  }
  .footer .w ul:last-child .ewm>div img {
    width: 150px;
  }
  .copyright {
    padding: 15px 0;
    color: #888888;
    text-align: center;
    border-top: 1px solid #ffff;
    margin-top: 0;
  }
  .copyright .w {
    display: block;
    padding: 0;
  }
  .copyright .w div {
    text-align: center;
  }
}